home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000007_news@columbia.edu _Wed Mar 7 19:51:10 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id TAA04977
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Wed, 7 Mar 2001 19:51:09 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id TAA15437
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 7 Mar 2001 19:31:56 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Subject: Re: Linux as terminal emulator.
  11. Message-ID: <RZroGOdUl6bb@cc.usu.edu>
  12. Date: 7 Mar 01 17:02:43 MDT
  13. Organization: Utah State University
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <3AA6BD0B.AE2D3E98@adelaide.edu.au>, Arthur Marsh <arthur.marsh@adelaide.edu.au> writes:
  17. > Hi Frank, I'm a little puzzled as to why the carriage return character
  18. > is said to be ASCII 15 in both formats of the paper. Isn't the carriage
  19. > return ASCII 13 (unless one is using octal representation)?
  20. > Regards,
  21. > Arthur.
  22. ----------
  23.     In olden tymes big iron spoke in six bit units, and we employed
  24. Octal to represent the material. None of this late-comer hex stuff. So
  25. 015 (in C-speak) has decimal value 13.
  26.     Joe D.